Param3Desc{}CommandName{createMenu}HelpPath{Menus}ReturnValue{handle menu=}OpenBrace{(}Parameters{handle parentGadget}CloseBrace{)}Description{Creates a main menu, ie. the one which appears at the top of a window with items such as "File","Edit","Tools" and "Help".  <br><br>
To use menus, firstly create a main menu using createMenu, add items to it using addMenuItem, and then for each item add a submenu using createSubMenu.  }ReturnDescription{Handle to the new menu.}Param1{parentGadget}Param1Desc{Handle to a parent gadget, usually a window, which the menu will appear in.  This can be 0, in which case the menu will appear in the main menu.}